Skip to main content

All Questions

4votes
2answers
3kviews

Download entire localStorage as file

I would like to download the entire contents from localStorage to a json file (in a "clear" formatting). I've tried this and it works perfectly. However, ...
Gibberish's user avatar
5votes
1answer
1kviews

Program for calculating and ranking scores

I've recently completed a vanilla JS challenge . It is a method for calculating and ranking scores. If possible, I would love to make it better. Any suggestions are welcome. Challenge Directions: The ...
gracie catherine's user avatar
1vote
2answers
81views

Getting the first selected item from a list of Backbone models

Current code (ES6): ...
benhowdle89's user avatar

close